home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / pmlpp140.zip / SRC / controls.h next >
Text File  |  1997-08-01  |  2KB  |  78 lines

  1. /*
  2. PMLPP - A POP3 mail "peeker" for OS/2<tm>.
  3. Copyright (C) 1997 James R. Louvau
  4.  
  5. This program is free software; you can redistribute it and/or
  6. modify it under the terms of the GNU General Public License
  7. as published by the Free Software Foundation; either version 2
  8. of the License, or (at your option) any later version.
  9.  
  10. This program is distributed in the hope that it will be useful,
  11. but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13. GNU General Public License for more details.
  14.  
  15. You should have received a copy of the GNU General Public License
  16. along with this program; if not, write to the Free Software
  17. Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  18.  
  19. You may contact the author of PMLPP at:
  20.  
  21. E-mail     : jim@vwm.com
  22. Snail-mail : Jim Louvau
  23.                          3437 335th St.
  24.                          West Des Moines, IA 50266
  25. */
  26.  
  27.  
  28. #define DLG_PMLPP             1
  29. #define ICO_MAIL                   256
  30. #define PB_REFRESH            257
  31. #define ST_STATUS             258
  32.  
  33. #define IDM_REFRESH        259
  34. #define IDM_PROPERTIES   260
  35. #define IDM_MAILREADER   261
  36. #define IDM_HELP                   262
  37.  
  38. #define DLG_CONFIGURE    263
  39. #define GB_OPTIONS            264
  40. #define CB_PLAYSOUND       265
  41.  
  42. #define GB_POLLING            266
  43. #define SPB_INTERVAL       267
  44. #define ST_MINUTES            268
  45.  
  46. #define GB_POPSETTINGS   269
  47. #define ST_SERVER             270
  48. #define EF_SERVER             271
  49. #define ST_PORT               272
  50. #define EF_PORT               273
  51. #define ST_USER               274
  52. #define EF_USER               275
  53. #define ST_PASSWORD        276
  54. #define EF_PASSWORD        277
  55.  
  56. #define GB_MAILER             278
  57. #define ST_PROGRAM            279
  58. #define EF_PROGRAM            280
  59. #define ST_OPTIONS            281
  60. #define EF_OPTIONS            282
  61. #define ST_DIRECTORY       283
  62. #define EF_DIRECTORY       284
  63.  
  64. #define MNU_CONTEXT        285
  65. #define IDM_HELPINDEX    286
  66. #define IDM_GENERALHELP  287
  67. #define IDM_ABOUTPMLPP   288
  68. #define IDM_USINGHELP    289
  69. #define PB_HELP               290
  70. #define DLG_ABOUT             291
  71.  
  72. #define CB_SAVEPASSWORD  292
  73.  
  74.  
  75.  
  76. #define CB_FORCEIP 293
  77. #define DLG_PASSWORD 294
  78.